home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / msgq160e.arc / CFGFILES.ARC / QM_ROUTE.CFG < prev    next >
Text File  |  1991-10-26  |  3KB  |  120 lines

  1. ;
  2. ;
  3. ;
  4. ;
  5. ;                   QMail Routing Configuration File
  6. ;
  7. ;
  8. ;                           Revision 1.00
  9. ;
  10. ;
  11. ;      (C) Copyright 1988-89 by Greg Dawson.  All Rights Reserved.
  12. ;
  13. ;
  14. ;
  15. ;
  16. ;                     Thursday, May 18th, 1989
  17. ;
  18. ;
  19. ;
  20. ;
  21. ;
  22. ;   Command Reference:
  23. ;
  24. ;       SCHED <tag> <day> [<start_time> <end_time>]
  25. ;
  26. ;       SEND [NoArc] <verb> <nodes...>
  27. ;
  28. ;       ROUTE [NoArc] <verb> <hub_node> <nodes...>
  29. ;
  30. ;       GATEROUTE <verb> <zonegate> <nodes...>
  31. ;
  32. ;       CHANGE <from_verb> <to_verb> <nodes...>
  33. ;
  34. ;       POLL <verb> <nodes...>
  35. ;
  36. ;       ATTACH <verb> <file1+file2+file3...> <nodes...>
  37. ;
  38. ;       GET <verb> <file1+file2+file3...> <nodes...>
  39. ;
  40. ;       FORWARD-TO [FILE] <nodes...>
  41. ;
  42. ;       FORWARD-FROM [FILE] <nodes...>
  43. ;
  44. ;       DOS <command> [arguments]
  45. ;
  46. ;       UPDATE <verb> <filespec> <nodes...>
  47. ;
  48. ;       HOSTROUTE [max_bytes]
  49. ;
  50. ;       HOSTROUTEEXCLUDE <z:n z:n z:n...>
  51. ;
  52. ;       DEFINE <constant> <expression>
  53. ;
  54. ;       LEAVE <nodes...>
  55. ;
  56. ;       UNLEAVE <nodes...>
  57. ;
  58. ;       NETMAIL_SCAN <directory>
  59. ;
  60. ;
  61. ;   Key:
  62. ;
  63. ;       <tag> ....... Any text, up to 32 characters in length (no spaces).
  64. ;
  65. ;       <verb> ...... Any one of the following verbs:
  66. ;
  67. ;                     NORMAL ....... (.FLO or .OUT)
  68. ;                     CRASH ........ (.CLO or .CUT)
  69. ;                     HOLD ......... (.HLO or .HUT)
  70. ;                     DIRECT ....... (.DLO or .DUT)
  71. ;
  72. ;       <nodes> ..... Full 'zone:net/node' number.  If 'zone' or 'net' are
  73. ;                     ommited, they will default to the previous entry on
  74. ;                     the line.
  75. ;
  76. ;       <hub_node> .. Hub node routed mail is sent to.
  77. ;
  78. ;       <day> ....... Any combination of the following, may be joined by
  79. ;                     the '|' symbol (i.e. "Sun|Mon"):
  80. ;
  81. ;                  All
  82. ;                  Week
  83. ;                  WkEnd
  84. ;                  Sun
  85. ;                  Mon
  86. ;                  Tue
  87. ;                  Wed
  88. ;                  Thu
  89. ;                  Fri
  90. ;                  Sat
  91. ;
  92. ;
  93. ;
  94. ;
  95. ;                        *** IMPORTANT ***
  96. ;
  97. ;  THIS IS AN EXAMPLE ROUTING CONFIG FILE.  CHANGE IT TO SUIT YOUR
  98. ;  PARTICULAR NEEDS.
  99. ;
  100. ;
  101. SCHED All_Times All 00:00 23:59
  102.  
  103. DEFINE OtherZones 1:All 2:All 3:All 4:All
  104.  
  105. ;Change file attaches
  106.   CHANGE DIRECT NORMAL 5:7102/713
  107.  
  108. ;First route normal INTL mail normal to ZoneGate
  109.   ROUTE NOARC NORMAL 5:7104/4 OtherZones
  110.  
  111. ;Route all normal mail crash to Peter
  112.   ROUTE CRASH 5:7102/713 5:All
  113.  
  114. ;Route other INTL netmail crash to ZoneGate
  115.   CHANGE CRASH NORMAL OtherZones
  116.   ROUTE CRASH 5:7104/4 OtherZones
  117.  
  118. ;Route any remaining normal mail to Host
  119.   HOSTROUTE
  120.